home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 010 / fcon200f.arc / BRIEF133.PCH < prev    next >
Encoding:
Text File  |  1986-12-23  |  1.4 KB  |  49 lines

  1. A
  2. ;    This is file: BRIEF133.PCH
  3. ;
  4. ;The following command should be applied to BRIEF
  5. ;version 1.33 to patch it to work with FANSI-CONSOLE
  6. ;when using 43 line mode on an EGA.
  7. ;Unless the patch is used, BRIEF will continuously
  8. ;reset the display trying to get it into 43 line mode.
  9. ;Note that this is unnecessary otherwise.
  10. ;This is for the BRIEF version 1.33 ONLY!
  11. ;After the patch is made, BRIEF will still work
  12. ;without FANSI-CONSOLE.
  13. ;The commented lines (ones starting with semi-
  14. ;colons) may generate error text but that is OK.
  15. ;Note that the patched routine may not be in exactly
  16. ;the same place in your version of LOGO.
  17. ;Before applying this patch you must do the 
  18. ;following and note the value displayed for "yyyy"
  19. ;----------------------------------------------
  20. ;    A>REN B.EXE B.BIN
  21. ;    A>DEBUG B.BIN
  22. ;    -RCS
  23. ;    CS yyyy
  24. ;    :        {just return}
  25. ;    A>REN B.BIN B.EXE
  26. ;----------------------------------------------
  27. ;Add "1000" to "yyyy" and change this file so
  28. ;that all the "xxxx"'s have this new value.
  29. ;Then:    
  30. ;----------------------------------------------
  31. ;    A>REN B.EXE B.BIN
  32. ;    A>DEBUG B.BIN <BRIEF133.PCH
  33. ;    A>REN B.BIN B.EXE
  34. ;----------------------------------------------
  35.  
  36. A
  37. ;The following instruction will appear at the same
  38. ;place in your version, check the address and
  39. ;change the patch address if it is different in your version.
  40. ;-U xxxx:0B77
  41. ;xxxx:0B77 813E4C00E01B CMP WORD PTR [4C],1BE0
  42.  
  43. Axxxx:0B77
  44. CMP BYTE [84],2A
  45. NOP
  46.  
  47. W
  48. Q
  49.